Browse Source

修改内容编辑修改

zhuxinbo 5 years ago
parent
commit
09247d635a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/modules/material/scriptMaterial.vue

+ 2 - 2
src/views/modules/material/scriptMaterial.vue

@@ -227,7 +227,7 @@ a {
             <span style="color: black; fontSize: 16px;padding-top:10px;display:block;width:100%" @click.stop>
               {{ items.createTime }}
               <a style="float:right;" @click.stop="writeScript(items)"> 编写剧本</a>
-              <a style="float:right;margin-right:15px" @click.stop="editScript(items)"> 内容修改</a>
+              <a style="float:right;margin-right:15px" @click.stop="editScript(items)"> 基础信息修改</a>
             </span>
           </div>
         </div>
@@ -247,7 +247,7 @@ a {
     <div v-else style="width:100%;height:400px;display:flex;justify-content: center;align-items: center;">
       <a-empty />
     </div>
-    <a-modal title="添加素材" v-model="visible" :maskClosable="false" :width="800">
+    <a-modal :title="add?'添加素材':'修改'" v-model="visible" :maskClosable="false" :width="800">
       <template slot="footer">
         <a-button key="back" @click="close">取消</a-button>
         <a-button key="submit" type="primary" @click="handleOk">