Jelajahi Sumber

修改要是日记表头,修改去除T本查看列表的单位

艽十艽 2 tahun lalu
induk
melakukan
b9e4ddc5f7

+ 2 - 2
src/components/look_word/bdgldrill.vue

@@ -14,7 +14,7 @@
         "
       >
         {{ message[0].unitname
-        }}{{ message[0].createtime | dataFormaty }}军事训练登记表
+        }}军事训练登记表
       </p>
       <table
         class="b1"
@@ -421,4 +421,4 @@ tr:last-child {
   border: 1px solid rgb(129, 130, 131);
   border-radius: 5px;
 }
-</style>
+</style>

+ 1 - 2
src/views/grassrootsregistration/bdglevens/index.vue

@@ -75,7 +75,6 @@
             }}</span>
           </template>
         </el-table-column>
-        <el-table-column label="单位" align="center" prop="unitName" />
         <el-table-column label="会议议题" align="center" show-overflow-tooltip>
           <template slot-scope="scope">
             <span>{{ onEditor(scope.row.title) }}</span>
@@ -427,4 +426,4 @@ li {
 img {
   object-fit: cover;
 }
-</style>
+</style>

+ 1 - 2
src/views/grassrootsregistration/bdglmeetings/index.vue

@@ -67,7 +67,6 @@
             }}</span>
           </template>
         </el-table-column>
-        <el-table-column label="单位" align="center" prop="deptName" />
         <el-table-column
           label="召开时间"
           align="center"
@@ -445,4 +444,4 @@ li {
   height: 500px;
   border-radius: 10px;
 }
-</style>
+</style>

+ 1 - 2
src/views/grassrootsregistration/bdglpartys/index.vue

@@ -72,7 +72,6 @@
             }}</span>
           </template>
         </el-table-column>
-        <el-table-column label="单位" align="center" prop="unitName" />
         <el-table-column label="会议议题" align="center" show-overflow-tooltip>
           <template slot-scope="scope">
             <span>{{ onEditor(scope.row.title) }}</span>
@@ -427,4 +426,4 @@ li {
   height: 500px;
   border-radius: 10px;
 }
-</style>
+</style>

+ 1 - 2
src/views/grassrootsregistration/bdglsoldiers/index.vue

@@ -69,7 +69,6 @@
             }}</span>
           </template>
         </el-table-column>
-        <el-table-column label="单位" align="center" prop="deptName" />
         <el-table-column label="会议议题" align="center" show-overflow-tooltip>
           <template slot-scope="scope">
             <span>{{ onEditor(scope.row.title) }}</span>
@@ -444,4 +443,4 @@ li {
   height: 500px;
   border-radius: 10px;
 }
-</style>
+</style>