WIN-2308041133\Administrator 8 months ago
parent
commit
7da934172a

+ 1 - 1
application/admin/view/video/videolist/add.html

@@ -145,7 +145,7 @@
         </div>
     </div>
     <div class="form-group">
-        <label for="c-sharesprice" class="control-label col-xs-12 col-sm-2">{:__('版权价格')}:</label>
+        <label for="c-sharesprice" class="control-label col-xs-12 col-sm-2">{:__('版权价格(每份)')}:</label>
         <div class="col-xs-12 col-sm-4">
             <input id="c-sharesprice" data-rule="required" class="form-control" name="row[sharesprice]" type="text" value="">
         </div>

+ 1 - 1
application/admin/view/video/videolist/edit.html

@@ -164,7 +164,7 @@
         </div>
     </div>
     <div class="form-group">
-        <label for="c-sharesprice" class="control-label col-xs-12 col-sm-2">{:__('版权价格')}:</label>
+        <label for="c-sharesprice" class="control-label col-xs-12 col-sm-2">{:__('版权价格(每份)')}:</label>
         <div class="col-xs-12 col-sm-4">
             <input id="c-sharesprice" data-rule="required" class="form-control" name="row[sharesprice]" type="text" value="{$row.sharesprice|htmlentities}">
         </div>

+ 1 - 1
public/assets/js/backend/video/videolist.js

@@ -30,7 +30,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'type_text', title: __('分类'), operate:false, formatter: Table.api.formatter.label},
                         {field: 'price', title: __('普价格'),align: 'left', operate: 'LIKE'},
                         {field: 'vipprice', title: __('VIP价格'),align: 'left', operate: 'LIKE'},
-                        {field: 'sharesprice', title: __('版权价格'),align: 'left', operate: 'LIKE'},
+                        {field: 'sharesprice', title: __('版权价格(每份)'),align: 'left', operate: 'LIKE'},
                         {field: 'createtime', title: __('添加时间'),align: 'left', visible: false,formatter: Table.api.formatter.datetime, operate: 'RANGE', addclass: 'datetimerange', sortable: true},
                         {field: 'user.nickname', title: __('Nickname'),align: 'left', operate: 'LIKE'},